home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / grafix / viewers / kis10.lha / KIS10.readme < prev   
Encoding:
Text File  |  1995-03-02  |  4.5 KB  |  147 lines

  1. Short:    Display icon images in window on pubscreen
  2. Type:     gfx/show
  3. Author:   christon@powertech.no (Christopher Landmark Naas)
  4. Uploader: christon@powertech.no (Christopher Landmark Naas)
  5.  
  6.  
  7.        ====================================================
  8.        ==============  ====  ==    ===      ===============
  9.        ==============  ===  ====  ===  ====  ==============
  10.        ==============  ==  =====  ===  ====  ==============
  11.        ==============  =  ======  ====  ===================
  12.        ==============     ======  ======  =================
  13.        ==============  ==  =====  ========  ===============
  14.        ==============  ===  ====  ===  ====  ==============
  15.        ==============  ====  ===  ===  ====  ==============
  16.        ==============  ====  ==    ===      ===============
  17.        ====================================================
  18.        ================== KarmaIconShow ===================
  19.        ====================================================
  20.  
  21.  
  22.  
  23. DESCRIPTION : Small CLI utility to display icon images.
  24. ~~~~~~~~~~~   A picture viewer is not required. KIS opens
  25.               a window and displays either one or both
  26.               images of an icon. If you choose to display
  27.               only one image at a time, you can toggle
  28.               between them with the spacebar. To close
  29.               the window, press the close-gadget or press
  30.               ESC. Handy if you use the BORDERLESS option.
  31.  
  32.  
  33. INSTALLATION: No special installation is required.
  34. ~~~~~~~~~~~~  You could put KIS in a directory that
  35.               is in the Path, like SYS:c.
  36.  
  37. REQUIREMENTS: Any Amiga.
  38. ~~~~~~~~~~~~  KS 2.04 and up
  39.               CLI only
  40.  
  41. DISTRIBUTION:
  42. ~~~~~~~~~~~~
  43.               =============================================
  44.               ======                                 ======
  45.               ======    KIS is PostcardWare          ======
  46.               ======    Freely Distributable         ======
  47.               ======    Copyright 1995 by            ======
  48.               ======    Christopher Landmark Naas    ======
  49.               ======    All Rights Reserved.         ======
  50.               ======                                 ======
  51.               =============================================
  52.  
  53.  
  54. COMMAND LINE TEMPLATE:
  55. ~~~~~~~~~~~~~~~~~~~~~
  56.      ICONNAME/A,X/K/N,Y/K/N,BOTH/S,BORDERLESS/S,CENTRE/S,PUBSCREEN/K
  57.  
  58.  
  59. KIS TAKES THE FOLLOWING ARGUMENTS:
  60. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  61. KIS <ICON>        - The name of the icon without ".info"
  62.  
  63.     <X>           - X coordinate for the window (left-right)
  64.                     Defaults to 0.
  65.  
  66.     <Y>           - Y coordinate for the window (up-down)
  67.                     Defaults to just below the screen titlebar.
  68.  
  69.     <CENTRE>      - Centres the window on the screen
  70.                     X and Y are ignored if you have set CENTRE.
  71.  
  72.     <BOTH>        - Show both icon images at once
  73.  
  74.     <BORDERLESS>  - Use a borderless window
  75.  
  76.     <PUBSCREEN>   - Name of public screen to open window on
  77.  
  78.  
  79.  
  80. EXAMPLES OF USAGE:
  81. ~~~~~~~~~~~~~~~~~
  82. Assuming you wish to view an icon named KarmaTextEditor.info:
  83.  
  84.      KIS KarmaTextEditor
  85.  
  86. To place the icon in the center of the screen:
  87.  
  88.      KIS KarmaTextEditor CENTRE
  89.  
  90. To see both images at once:
  91.  
  92.      KIS KarmaTextEditor BOTH
  93.  
  94. To display the image(s) in a a borderless window:
  95.  
  96.      KIS KarmaTextEditor BORDERLESS
  97.  
  98.  
  99. SOME HINTS and TIPS:
  100. ~~~~~~~~~~~~~~~~~~~
  101. * You do not need to use X and Y. Either, both, or none are allowed.
  102. * Do not include ".info" as part of the icon's filename.
  103. * Put KIS in the path, but not in WBStartup.
  104. * KIS can be launched from your favorite DirUtil, but not from an icon.
  105.  
  106.  
  107. THANKS TO:
  108. ~~~~~~~~~
  109. KIS was written for Thorkild Stray, who also thought up the name.
  110. This documentation was largely written by Colin Thompson (colin@cts.com)
  111.  
  112.  
  113. CONDITIONS OF USE:
  114. ~~~~~~~~~~~~~~~~~
  115. If you use KIS for whatever purpose, you have to let me know.
  116. Either EMail me or send me a postcard.
  117.  
  118.    *********************** WARNING **************************
  119.    *                                                        *
  120.    * If you DO use KIS and DON'T abide by the conditions    *
  121.    * of use as set forth above, the Norwegian Secret Police *
  122.    * will find you and make you eat Goat Cheese.            *
  123.    *                                                        *
  124.    *********************** WARNING **************************
  125.  
  126.  
  127. SEND YOUR POSTCARDS TO:
  128. ~~~~~~~~~~~~~~~~~~~~~~
  129.      Christopher Landmark Naas
  130.      Solveien 3a
  131.      1533 Moss
  132.      Norway
  133.  
  134. EMAIL ME AT:
  135. ~~~~~~~~~~~
  136.      christon@powertech.no
  137.  
  138.  
  139. TESTED ON:
  140. ~~~~~~~~~
  141.  A4000/040
  142.  A3000
  143.  A1200/030
  144.  A1000/010
  145.  
  146.  OS 2.1, 3.0, 3.1
  147.